home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE21 / HTMLVIEW / HTMLVIEW.ZIP / DEMOSRC.ZIP / HTMLABT.DFM / HTMLABT.txt
Encoding:
Text File  |  1996-11-15  |  1.0 KB  |  54 lines

  1. object AboutBox: TAboutBox
  2.   Left = 245
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 184
  8.   ClientWidth = 306
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object BitBtn1: TBitBtn
  18.     Left = 114
  19.     Top = 146
  20.     Width = 77
  21.     Height = 30
  22.     TabOrder = 0
  23.     Kind = bkOK
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 306
  29.     Height = 137
  30.     Align = alTop
  31.     BevelInner = bvLowered
  32.     BevelOuter = bvNone
  33.     Caption = 'Panel1'
  34.     TabOrder = 1
  35.     object Viewer: THTMLViewer
  36.       Left = 1
  37.       Top = 1
  38.       Width = 304
  39.       Height = 135
  40.       Cursor = crIBeam
  41.       ViewImages = False
  42.       Enabled = False
  43.       TabOrder = 0
  44.       Align = alClient
  45.       BorderStyle = htSingle
  46.       HistoryMaxCount = 0
  47.       DefFontName = 'Times New Roman'
  48.       DefPreFontName = 'Courier New'
  49.       NoSelect = True
  50.       ScrollBars = ssNone
  51.     end
  52.   end
  53. end
  54.